Workflow Finalization

Once the required credentials are uploaded, you can call the finalization API to trigger the workflow execution.

If you are using the web client or mobile SDKs, the finalization call is made automatically once the required credentials have been received.
Copy

Example Finalization Call

curl --location --request PUT 'https://api.amer-1.jumio.ai/api/v1/accounts/3adef3f9-b892-4f9c-9b81-f16e5e87230d/workflow-executions/692701a5-eedc-45ca-adb6-213c2f3c7acc' \
--header 'Authorization: Bearer xxx'

For the complete API specification see: Credentials and Finalization APIs .